home
***
CD-ROM
|
disk
|
other
***
search
/
SGI Hot Mix 8
/
Hot Mix 8.iso
/
.all
/
demos
/
MorfDMG
/
InstallIt
(
.txt
)
next >
Wrap
Text File
|
1994-06-22
|
493b
|
16 lines
#!/bin/csh -f
set MYAPP=morf
set CD_PATH=$HOTMIXDIR/demos/MorfDMG
cd $CD_PATH
xwsh -bg royalblue -fg white -geom 80x30+100+100 \
-title "Installing MorfDMG..." \
-e /bin/csh -c \
"echo ; \
echo Installation of this product requires ROOT privileges.; \
echo If your system has a ROOT password, you must enter it.; \
echo If you have no ROOT password, you will not be prompted for it.; \
echo ; \
su root -c './InstallIt2'"